sphinx-change-theme-to-avoid-ftbfs
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Thu, 3 Sep 2026 12:35:00 +0000 (14:35 +0200)
committerSantiago Vila <sanvila@debian.org>
Thu, 3 Sep 2026 12:35:00 +0000 (14:35 +0200)
===================================================================

Gbp-Pq: Name sphinx-change-theme-to-avoid-ftbfs.patch

doc/conf.py

index 74ee107d675c3375a1a7151875cdca949b8e84e9..84867962542052885370ba5caf95be1f100dda89 100644 (file)
@@ -140,7 +140,7 @@ else:
 # documentation.
 #
 
-html_theme = 'sphinx_book_theme'
+html_theme = 'sphinx_rtd_theme'
 
 if BUILD_TYPE == 'dita':
     html_theme_options = {